projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
92677e2
)
(leim-list-entry-regexp): Make this match only at beginning of line.
author
Kenichi Handa
<handa@m17n.org>
Fri, 25 Jul 1997 13:13:00 +0000
(13:13 +0000)
committer
Kenichi Handa
<handa@m17n.org>
Fri, 25 Jul 1997 13:13:00 +0000
(13:13 +0000)
lisp/international/mule-cmds.el
patch
|
blob
|
history
diff --git
a/lisp/international/mule-cmds.el
b/lisp/international/mule-cmds.el
index 09726a2c5ae682fadc062979949d5dbfe6015350..26a2f2e397effc32f5b975fca7c448b9ed27a987 100644
(file)
--- a/
lisp/international/mule-cmds.el
+++ b/
lisp/international/mule-cmds.el
@@
-314,7
+314,7
@@
Emacs loads this file at startup time.")
leim-list-file-name)
"Header to be inserted in LEIM list file.")
-(defvar leim-list-entry-regexp "(register-input-method"
+(defvar leim-list-entry-regexp "
^
(register-input-method"
"Regexp matching head of each entry in LEIM list file.
See also the variable `leim-list-header'")